Spread Windows Forms 12.0 Product Documentation
CollectionChanged Event (CollectionBase<T>)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > CollectionBase<T> Class : CollectionChanged Event
A System.ComponentModel.CollectionChangeEventHandler object that indicates the handler of the CollectionChanged event.
Syntax
'Declaration
 
Public Event CollectionChanged As CollectionChangeEventHandler
'Usage
 
Dim instance As CollectionBase(Of T)
Dim handler As CollectionChangeEventHandler
 
AddHandler instance.CollectionChanged, handler
public event CollectionChangeEventHandler CollectionChanged
Event Data

The event handler receives an argument of type CollectionChangeEventArgs containing data related to this event. The following CollectionChangeEventArgs properties provide information specific to this event.

PropertyDescription
 
 
See Also